by ElusiveTau
Template errors creating a map<int,std::thread> using map::emplace [Beginners]
|
|
[2 replies] Last: Thanks Peter. That was it.
1. std::ref(coutMutex) was necessary, for ... (by ElusiveTau)
|
by Duthomhas
Short films worth watching [Lounge]
|
|
[5 replies] Last: I'm not sure if it's a ' short[/i]' film, it's about 1.5hrs...
[b]ALG... (by The Grey Wolf)
|
by ElusiveTau
How to initialize base class member with subclass member? [Beginners]
|
|
[2 replies] Last: baseClassBuff is unnecessary. I can just reuse MyThreadClass.Name[/co... (by ElusiveTau)
|
by Cyclone
Removing double quotes from Cstring [Beginners]
|
|
[8 replies] Last: You only get double quotes if some component of the filename path has ... (by Duthomhas)
|
by leo2008
anagram using vector [General C++ Programming]
|
|
[2 replies] Last: If you go big (a large dictionary of words) you may want to move out t... (by jonnin)
|
by seeplus
New Safe C++ Proposal (1,2,3,4,5,6) [Lounge]
|
|
[104 replies] Last: https://news.ycombinator.com/item?id=42231489
I've been reading quite... (by helios)
|
by Shervan360
Are these ternary operators the same? [Beginners]
|
|
[8 replies] Last: I think some chips have a way to test a single bit but in general, I d... (by jonnin)
|
by JUANDENT
Making a shared_ptr out of a stack object corrupts the heap!! [General C++ Programming]
|
|
[2 replies] Last: Note: std::make_shared<T>()[/code] creates a new heap-allocated insta... (by kigar64551)
|
by seeplus
C++23 [Lounge]
|
|
[3 replies] Last: Note that something like
for (auto& elem : getVector())[/code]has al... (by Peter87)
|
by JamieAl
Testing restart functionality in C/C++ [General C++ Programming]
|
|
[1 reply] : you will get more help if you put it in a repo where we can see the co... (by jonnin)
|